CSharpTest.Net
OnControlDisposed Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Delegates Namespace > EventHandlerForControl<TEventArgs> Class : OnControlDisposed Method

sender
args

Glossary Item Box

Used to handle the condition that a control's handle is not currently available. This can either be before construction or after being disposed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnControlDisposed( _
   ByVal sender As Object, _
   ByVal args As TEventArgs _
) 
C# 
protected virtual void OnControlDisposed( 
   object sender,
   TEventArgs args
)

Parameters

sender
args

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys